home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 213
- Top = 116
- Width = 606
- Height = 407
- ActiveControl = Editor
- Caption = 'Rich Edit Control Demo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Icon.Data = {<image000.ico>}
- Menu = MainMenu
- Position = poDefault
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Ruler: TPanel
- Left = 0
- Top = 28
- Width = 598
- Height = 26
- Align = alTop
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnResize = RulerResize
- object FirstInd: TLabel
- Left = 2
- Top = 2
- Width = 10
- Height = 9
- AutoSize = False
- Caption = '�'
- DragCursor = crArrow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnMouseDown = RulerItemMouseDown
- OnMouseMove = RulerItemMouseMove
- OnMouseUp = FirstIndMouseUp
- end
- object LeftInd: TLabel
- Left = 2
- Top = 12
- Width = 10
- Height = 11
- AutoSize = False
- Caption = '�'
- DragCursor = crArrow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnMouseDown = RulerItemMouseDown
- OnMouseMove = RulerItemMouseMove
- OnMouseUp = LeftIndMouseUp
- end
- object RulerLine: TBevel
- Left = 4
- Top = 12
- Width = 579
- Height = 2
- Shape = bsTopLine
- end
- object RightInd: TLabel
- Left = 575
- Top = 14
- Width = 9
- Height = 12
- Caption = '�'
- DragCursor = crArrow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Wingdings'
- Font.Style = []
- ParentFont = False
- OnMouseDown = RulerItemMouseDown
- OnMouseMove = RulerItemMouseMove
- OnMouseUp = RightIndMouseUp
- end
- end
- object Editor: TOleRichEdit
- Left = 0
- Top = 54
- Width = 598
- Height = 288
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 1
- OnChange = RichEditChange
- OnSelectionChange = SelectionChange
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 342
- Width = 598
- Height = 19
- Panels = <
- item
- Width = 120
- end
- item
- Alignment = taCenter
- Width = 60
- end
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object ToolBar: TToolBar
- Left = 0
- Top = 0
- Width = 598
- Height = 28
- BorderWidth = 2
- Flat = True
- Images = ToolbarImages
- Indent = 3
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Wrapable = False
- object OpenButton: TToolButton
- Left = 3
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Open|Open an existing file'
- ImageIndex = 0
- OnClick = FileOpen
- end
- object SaveButton: TToolButton
- Left = 26
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Save|Save current file'
- ImageIndex = 1
- OnClick = FileSave
- end
- object PrintButton: TToolButton
- Left = 49
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Print|Print current file'
- ImageIndex = 2
- OnClick = FilePrint
- end
- object ToolButton5: TToolButton
- Left = 72
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 3
- Style = tbsDivider
- end
- object UndoButton: TToolButton
- Left = 80
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Undo|Undo the last action'
- Enabled = False
- ImageIndex = 3
- OnClick = EditUndo
- end
- object CutButton: TToolButton
- Left = 103
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Cut|Delete selected item'
- ImageIndex = 4
- OnClick = EditCut
- end
- object CopyButton: TToolButton
- Left = 126
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Copy|Copy selected item to clipboard'
- ImageIndex = 5
- OnClick = EditCopy
- end
- object PasteButton: TToolButton
- Left = 149
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Paste|Paste contents of clipboard'
- ImageIndex = 6
- OnClick = EditPaste
- end
- object ToolButton10: TToolButton
- Left = 172
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 7
- Style = tbsSeparator
- end
- object FontName: TComboBox
- Left = 180
- Top = 0
- Width = 145
- Height = 21
- Hint = 'Font Name|Select font name'
- Ctl3D = False
- ItemHeight = 13
- ParentCtl3D = False
- TabOrder = 0
- Text = 'FontName'
- OnChange = FontNameChange
- end
- object ToolButton11: TToolButton
- Left = 325
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 8
- Style = tbsSeparator
- end
- object FontSize: TEdit
- Left = 333
- Top = 0
- Width = 151
- Height = 22
- Hint = 'Font Size|Select font size'
- TabOrder = 1
- Text = '0'
- OnChange = FontSizeChange
- end
- object UpDown1: TUpDown
- Left = 484
- Top = 0
- Width = 15
- Height = 22
- Associate = FontSize
- Min = 0
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- object BoldButton: TToolButton
- Left = 499
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Bold'
- ImageIndex = 7
- Style = tbsCheck
- OnClick = BoldButtonClick
- end
- object ItalicButton: TToolButton
- Left = 522
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Italic'
- ImageIndex = 8
- Style = tbsCheck
- OnClick = ItalicButtonClick
- end
- object UnderlineButton: TToolButton
- Left = 545
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Underline'
- ImageIndex = 9
- Style = tbsCheck
- OnClick = UnderlineButtonClick
- end
- object ToolButton16: TToolButton
- Left = 568
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 12
- Style = tbsDivider
- end
- object LeftAlign: TToolButton
- Left = 576
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Align Left'
- Grouped = True
- ImageIndex = 10
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object CenterAlign: TToolButton
- Tag = 2
- Left = 599
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Center'
- Grouped = True
- ImageIndex = 11
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object RightAlign: TToolButton
- Tag = 1
- Left = 622
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Align Right'
- Grouped = True
- ImageIndex = 12
- Style = tbsCheck
- OnClick = AlignButtonClick
- end
- object ToolButton20: TToolButton
- Left = 645
- Top = 0
- Width = 8
- Height = 22
- ImageIndex = 15
- Style = tbsDivider
- end
- object BulletsButton: TToolButton
- Left = 653
- Top = 0
- Width = 23
- Height = 22
- Hint = 'Bullets|Enter bullet mode'
- ImageIndex = 13
- Style = tbsCheck
- OnClick = BulletsButtonClick
- end
- end
- object MainMenu: TMainMenu
- Left = 442
- Top = 311
- object FileMenu: TMenuItem
- Caption = '&File'
- object FileNewItem: TMenuItem
- Caption = '&New'
- Hint = 'Create a new file'
- ShortCut = 16462
- OnClick = FileNew
- end
- object FileOpenItem: TMenuItem
- Caption = '&Open...'
- Hint = 'Open an existing file'
- ShortCut = 16463
- OnClick = FileOpen
- end
- object FileSaveItem: TMenuItem
- Caption = '&Save'
- Hint = 'Save current file'
- ShortCut = 16467
- OnClick = FileSave
- end
- object FileSaveAsItem: TMenuItem
- Caption = 'Save &As...'
- Hint = 'Save current file under a new name'
- OnClick = FileSaveAs
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FilePrintItem: TMenuItem
- Caption = '&Print'
- Hint = 'Print current file'
- ShortCut = 16464
- OnClick = FilePrint
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object FileExitItem: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit this application'
- ShortCut = 32856
- OnClick = FileExit
- end
- end
- object EditMenu: TMenuItem
- Caption = '&Edit'
- GroupIndex = 1
- object EditUndoItem: TMenuItem
- Caption = '&Undo'
- Hint = 'Undo the last action'
- ShortCut = 16474
- OnClick = EditUndo
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object EditCutItem: TMenuItem
- Caption = 'Cu&t'
- Hint = 'Delete selected item'
- ShortCut = 16472
- OnClick = EditCut
- end
- object EditCopyItem: TMenuItem
- Caption = '&Copy'
- Hint = 'Copy selected item to clipboard'
- ShortCut = 16451
- OnClick = EditCopy
- end
- object EditPasteItem: TMenuItem
- Caption = '&Paste'
- Hint = 'Paste contents of clipboard'
- ShortCut = 16470
- OnClick = EditPaste
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object miEditFont: TMenuItem
- Caption = '&Font...'
- OnClick = SelectFont
- end
- end
- object Insert1: TMenuItem
- Caption = '&Insert'
- GroupIndex = 1
- Visible = False
- object Object1: TMenuItem
- Caption = 'Object...'
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- GroupIndex = 1
- object HelpContentsItem: TMenuItem
- Caption = '&Contents'
- Hint = 'Display the help contents screen'
- OnClick = HelpContents
- end
- object HelpSearchItem: TMenuItem
- Caption = '&Search for Help On...'
- Hint = 'Search help file for a topic'
- OnClick = HelpSearch
- end
- object HelpHowToUseItem: TMenuItem
- Caption = '&How to Use Help'
- Hint = 'Help on using the help system'
- OnClick = HelpHowToUse
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object HelpAboutItem: TMenuItem
- Caption = '&About...'
- Hint = 'Show program information'
- OnClick = HelpAbout
- end
- end
- end
- object OpenDialog: TOpenDialog
- Filter = 'Rich Text Files (*.RTF)|*.RTF|Text Files (*.TXT)|*.TXT'
- Left = 503
- Top = 309
- end
- object SaveDialog: TSaveDialog
- Filter = 'Rich Text Files (*.RTF)|*.RTF|Text Files (*.TXT)|*.TXT'
- Left = 533
- Top = 309
- end
- object PrintDialog: TPrintDialog
- Left = 562
- Top = 308
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 473
- Top = 310
- end
- object ToolbarImages: TImageList
- Left = 552
- Top = 264
- Bitmap = {
- 362000000E000000424D36200000000000003600000028000000400000004000
- 0000010010000000000000200000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FF75EF75EFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7F00000000EF3DFF7F000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000EF3DFF7F0000000000000000000000000000000000000000000000000000
- 0000EF3DFF7F00000000EF3D0000FF7F0000FF7F0000FF7F0000FF7F00000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F000000000000000000000000000000000000000000000000000000
- 0000EF3DFF7F0000FF7F0000FF7F0000FF7F0000FF7F0000FF7F0000FF7F0000
- FF7F0000FF7F00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0F000F000F00000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F
- FF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000EF3DFF7F00000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FF7F
- FF7FFF7FFF7F00000000EF3DFF7F000000000000000000000000000000000000
- 00000000000000000000EF3DFF7F00000000EF3DFF7F0000FF7F0000FF7F0000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000F000F000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000F000F000F000F000F000F000F000F000F000F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000F00000000000F00000000000F000F0000000000000000000000
- 0000000000000000000000000F000F000F000F000F000F000F000F000F000000
- 000000000000000000000F00FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000F00000000000F0000000F00000000000F000000000000000000
- 0000000000000000000000000F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000
- EF3DE03DEF3DE03DEF3D0F00FF7F000000000000000000000000FF7F0F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000F00000000000F0000000F00000000000F000000000000000000
- 0000000000000000000000000F00FF7F00000000000000000000FF7F0F000000
- E03DEF3DE03DEF3DE03D0F00FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000F000F000F0000000F00000000000F000000000000000000
- 0000000000000000000000000F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000
- EF3DE03DEF3DE03DEF3D0F00FF7F000000000000FF7F0F000F000F000F000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000F0000000F000F000F0000000000000000000000
- 0000FF7FFF7FFF7FFF7FFF7F0F00FF7F00000000000000000000FF7F0F000000
- E03DEF3DE03DEF3DE03D0F00FF7FFF7FFF7FFF7FFF7F0F00FF7F0F0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000F0000000F000000000000000000000000000000
- 0000FF7F00000000000000000F00FF7FFF7FFF7FFF7FFF7FFF7FFF7F0F000000
- EF3DE03DEF3DE03DEF3D0F00FF7FFF7FFF7FFF7FFF7F0F000F00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7FFF7F0F00FF7F00000000FF7F0F000F000F000F000000
- E03DEF3DE03DEF3DE03D0F000F000F000F000F000F000F000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7F00000000000000000F00FF7FFF7FFF7FFF7F0F00FF7F0F0000000000
- EF3DE03DEF3DE03DEF3DE03DEF3DE03DEF3DE03DEF3DE03D0000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7FFF7F0F00FF7FFF7FFF7FFF7F0F000F00000000000000
- E03DEF3D00000000000000000000000000000000EF3DEF3D0000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7F00000000FF7F00000F000F000F000F000F000F000000000000000000
- EF3DEF3D00000000000000000000000000000000EF3DE03D0000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7F0000FF7F000000000000000000000000000000000000
- E03DEF3DE03D0000E07F00000000E07F0000EF3DE03DEF3D0000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
- 00000000000000000000E07FE07F000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E03DE03D000000000000000000000000000000000000E03D000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E03DE03DE03DE03DE03DE03DE03DE03DE03D000000000000000000000000
- 0000E03DE03D000000000000000000000000000000000000E03D000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- E07F0000E03DE03DE03DE03DE03DE03DE03DE03DE03D00000000000000000000
- 0000E03DE03D000000000000000000000000000000000000E03D000000000000
- 000000000000000000000000E07FE07FE07F0000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- FF7FE07F0000E03DE03DE03DE03DE03DE03DE03DE03DE03D0000000000000000
- 0000E03DE03D000000000000000000000000000000000000E03D000000000000
- 000000000000000000000000EF3DEF3DEF3D0000000000000000000000000000
- 000000000000000000000000000000000000000000000F000000000000000000
- E07FFF7FE07F0000E03DE03DE03DE03DE03DE03DE03DE03DE03D000000000000
- 0000E03DE03DE03DE03DE03DE03DE03DE03DE03DE03DE03DE03D000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000F000F000F000F000F00000000000000000000000F000000000000000000
- FF7FE07FFF7FE07F000000000000000000000000000000000000000000000000
- 0000E03DE03D00000000000000000000000000000000E03DE03D000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000F000F000F000F0000000000000000000000000000000F00000000000000
- E07FFF7FE07FFF7FE07FFF7FE07FFF7FE07F0000000000000000000000000000
- 0000E03D0000000000000000000000000000000000000000E03D000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000F000F000F00000000000000000000000000000000000F00000000000000
- FF7FE07FFF7FE07FFF7FE07FFF7FE07FFF7F0000000000000000000000000000
- 0000E03D0000000000000000000000000000000000000000E03D000000000000
- 00000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F000000000000000000000000
- 00000F000F0000000F0000000000000000000000000000000F00000000000000
- E07FFF7FE07F0000000000000000000000000000000000000000000000000000
- 0000E03D0000000000000000000000000000000000000000E03D000000000000
- 000000000000FF7F00000000000000000000FF7F000000000000000000000000
- 00000F000000000000000F000F0000000000000000000F000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E03D0000000000000000000000000000000000000000E03D000000000000
- 000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F00000000000000000000
- 00000000000000000000000000000F000F000F000F0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E03D00000000000000000000000000000000000000000000000000000000
- 0000000000000000FF7F00000000000000000000FF7F00000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000E03D00000000000000000000000000000000000000000000000000000000
- 0000000000000000FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7F0000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000424D
- 3E020000000000003E0000002800000040000000400000000100010000000000
- 000200000000000000000000020000000000000000000000FFFFFF00FFFFFFFF
- 00000000FFFFFFFF00000000FFFF8FFF00000000C0078C0300000000FFFF8FFF
- 00000000F807FFFF00000000FFFFFFFF00000000C0078FFF00000000FFFF8C03
- 00000000F8078FFF00000000FFFFFFFF00000000C007FFFF00000000FFFF8FFF
- 00000000F8078C0300000000FFFF8FFF00000000FFFFFFFF00000000FFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFE00FFFFFFFFFFFFFFFFFC007C00781FFF83F
- FFFFFFFFE3FFF39FC03FF83FF1FFF39FFFFFFFFFF8FFF39FC007C007FC7FF39F
- FFFFFFFFFE3FF39FC03FF01FFF1FF39FFFFFFFFFFF8FF39FC007C007FF03E10F
- FFFFFFFFFFFFFFFFC03FF83FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFF9FFFFFFFC00FFFFF6CFFE008000FFFFF6B7FE000000FFFFF6B7FE00
- 0000F00FF8B780000000F8C7FE8F80000001F8C7FE3F80000003F8C7FF7F8000
- 0003F80FFE3F80010003F8C7FEBF80030003F8C7FC9F80070FC3F8C7FDDF807F
- 0003F00FFDDF80FF8007FFFFFDDF81FFF87FFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFC001C007FFFF001F8031BFEBFFFF000F80310005FFFF00078031
- 7E31FFFF000380017E35FFF7000180010006C1F7000080017FEAC3FB001F8FF1
- 8014C7FB001F8FF1C00ACBFB001F8FF1E001DCF78FF18FF1E007FF0FFFF98FF1
- F007FFFFFF758FF5F003FFFFFF8F8001F803FFFFFFFFFFFFFFFFFFFF}
- end
- end
-